home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
500 MB Nyheder Direkte fra Internet 10
/
500 MB nyheder direkte fra internet CD 10.iso
/
start
/
runzipm.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-30
|
124b
|
10 lines
@echo off
if exist %1:\START\zm30\zm.exe goto dosit
goto exit
:dosit
CD %1:\START\ZM30
ZM %1 C
%1:
CD \START
:exit